1·Give each base case its own class.
为每个基本例给出一个自己的类。
2·The stopping point is called the base case.
停止的位置称为 基线条件(base case)。
3·First, there's what McKinsey calls the base case.
首先,是麦肯锡所谓的基本愿景。
4·So that's why that base case rule was so important.
这就是为什么基本条件是如此重要。
5·Grexit has become the base case for many economists.
希腊退欧“已经成为经济学家们的基本预期。”
6·The second question I want to ask is what's the base case?
第二个问题是什么是基础条件?
7·The base case is whenever S1 or S2 is a zero-length string.
(基线条件(base case)是 S1或 S2为长度为零的字符串的情形。
8·The base case is still that the current soft patch is temporary.
基本理由就是现在经济不景气这一困难时期只是暂时的。
9·If the list is empty, then that's a base case (returning "false").
如果列表为空,则那也是基线条件(返回“false”)。
10·And the code over here says, OK gee, if I'm in the base case do something.
如果我属于基础事件就进行一些操作,而我不是,所以往下看这儿。